速報APP / 工具 / RC joystick live stream

RC joystick live stream

價格:免費

更新日期:2017-05-18

檔案大小:1.7M

目前版本:2.3

版本需求:Android 4.0 以上版本

官方網站:mailto:themistofmind@gmail.com

Email:https://raw.githubusercontent.com/TheMistOfMind/prius_doctor_pp/master/repository.html

RC joystick live stream(圖1)-速報App

Sends 12bytes signals that include two joystick's X, Y cordinates and 3 buttons click state

via UDP or Bluetooth to control RC car. Program can recieve and display Grayscale Image Stream via UDP [PhoneIpAddress:StreamPort]. Stream bytes array's 1 byte contains one pixel data. Image resolution must be 160x120. You can use this program to control your arduino, raspberry, ioio projects.

Fill free to comment your ideas.

RC joystick live stream(圖2)-速報App

Update:

I released new version to BETA. In this version:

* Image stream packet changed. I added some bytes to beginning of the UDP packets. If first byte is "1" then convert 2,3nd bytes to unsigned integer and it defines width of the image. and 4,5th bytes defines height of the images other bytes are defines image's pixels. If first byte is "0" then other bytes are define image's pixels.

* Added mjpg-streamer and configure car project's IP and stream port. Application uses webView to show http://carip:streamport/stream_simple.html. You can modify stream_simple.html file.